Skip to main content

Simple evaluation

Description

Simple evaluation is a Process Entry in the Conditions Plugin for Process Studio Processes. Simple evaluation evaluates the contents of a variable or a field in the result stream ( If the result stream has multiple rows, the first row will be evaluated.). You can draw a main hop and an error handling hop from this step to handle true or false results of Simple Evaluation

Configurations

No.Field NameDescription
1Process Entry nameSpecify a unique name for the process entry, on the workspace area. A process entry can be placed on the canvas several times; and each instance of the entry must have a unique name.
EvaluateSelect this to evaluate a ‘variable set before’ or ‘Field from previous result’.
Source:
1EvaluateChoose ‘variable set before’.
2Variable nameEnter the variable name using the usual syntax
3TypeThe type of your variable
Success On:
4Success when variable setWhen this option is selected, the true path is followed when the
variable is set.

Note: The process entry checks if the variable is defined, so an empty or null value is also true. When testing this within Process Studio you need to delete the line with the variable in the variables section of the Execute a process window. And remember: Once this variable is set, the variable keeps existing, even when deleting it from the list.

5Success conditionSelect the condition to be met for a successful result.
6ValueValue to compare the variable to.
Source:
1EvaluateField from previous result
2Field nameEnter the field name from the result row
3TypeThe type of your field
Success On:
4Success condition \ Select the condition to be met for a successful result (Equal/Non equal/etc.)
5ValueValue to compare the field to